home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / libray / libimage / smakefile < prev   
Makefile  |  1994-08-20  |  790b  |  41 lines

  1. OPTIMIZE = OPTIMIZE
  2. CCFLAGS = CPU=68040 NOSTKCHK MATH=68881 IGNORE=85+100+161+154+84+132 STRMERGE\
  3. DATA=AUTO
  4. RANLIB = 
  5. CC = sc
  6. MKDEP = //mkdep
  7. URTINC =
  8.  
  9. LIB = /ray.lib
  10. INCLUDE = IDIR=/ IDIR=// IDIR=/libcommon $(URTINC)
  11. CFLAGS = $(CCFLAGS) $(INCLUDE) $(OPTIMIZE)
  12. SHELL = /bin/sh
  13.  
  14. OFILES = image.o
  15. CFILES = image.c
  16.  
  17.  
  18. .c.o:
  19.     $(CC) $(CFLAGS) $<
  20.  
  21. target: $(LIB)
  22.  
  23. $(LIB): $(OFILES)
  24.     oml $(LIB) r $(OFILES)
  25.  
  26. clean:
  27.     delete \#?.o quiet
  28.  
  29. # DO NOT DELETE THIS LINE
  30. image.o: image.c
  31. image.o: //config.h
  32. #image.o: //include/rle.h
  33. image.o: //libray/libcommon/color.h
  34. image.o: //libray/libcommon/common.h
  35. image.o: //libray/libcommon/error.h
  36. image.o: //libray/libcommon/expr.h
  37. image.o: //libray/libcommon/ray.h
  38. image.o: //libray/libcommon/transform.h
  39. image.o: //libray/libcommon/vector.h
  40. image.o: image.h
  41.